/* @override 
	http://framework.local/wp-content/themes/wp-framework-theme/css/wp-block-styles.css?* */

/*
	Theme Name: Yeeboo WP Framework - WP Core Blocks Stylesheet
	Description: Loaded on front-end and in the block editor
*/

/* @group WordPress Blocks */

/* Max-width applied here */

/* @group Core Paragraph */

.core-paragraph {
	
}

/* @end */

/* @group Core Heading */

.core-heading {
	
}

/* @end */

/* @group Core List */



/* @end */

/* @group Core Columns */



/* @end */

/* @group Core Image */

.core-image img {
	height: auto !important;
}

/* @end */

/* @group Core Buttons */

/* Remove button border */

.wp-block-button a {
	/*border-radius: 0 !important;*/
}

/* @end */

/* @group Core Separator */

hr.wp-block-separator.alignwide {
	max-width: 100% !important;
}

/* @end */

/* @group Core Blockquote */



/* @end */

/* @group Core HTML */



/* @end */

/* @group Core Spacer */



/* @end */

/* @end */



/* Can copy/paste these Bootstrap-targeted responsive media queries as needed */

/* XS */

@media (max-width: 576px) {
	
}
/* SM */

@media (max-width: 768px) {
	
}
/* MD */

@media (max-width: 992px) {
	
}
/* LG */

@media (max-width: 1200px) {
	
}